OLE Extract

hi,
Is there any way that i can extract the OLE for a particular object across previous baselines?
Thanks
Matt
Lion29 - Thu May 12 22:53:13 EDT 2011

Re: OLE Extract
Mathias Mamsch - Fri May 13 04:48:34 EDT 2011

What exactly do you mean by 'extracting' the OLE? You want to write it to disk? Export it? Compare it? Regards, Mathias

Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

Re: OLE Extract
Lion29 - Fri May 13 11:35:54 EDT 2011

Mathias Mamsch - Fri May 13 04:48:34 EDT 2011
What exactly do you mean by 'extracting' the OLE? You want to write it to disk? Export it? Compare it? Regards, Mathias


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

I wanted to get as an export in word or some other format...

Re: OLE Extract
Mathias Mamsch - Mon May 16 10:06:33 EDT 2011

Lion29 - Fri May 13 11:35:54 EDT 2011
I wanted to get as an export in word or some other format...

You need to be a little more elaborate ... So you want to export the OLE objects of the currently selected object for all baselines of a module to Word? To do what? To get an OLE object to be exported to Word you can use Copy/Paste (see oleCopy function).

Regards, Mathias

Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

Re: OLE Extract
Lion29 - Mon May 16 16:22:59 EDT 2011

Mathias Mamsch - Mon May 16 10:06:33 EDT 2011
You need to be a little more elaborate ... So you want to export the OLE objects of the currently selected object for all baselines of a module to Word? To do what? To get an OLE object to be exported to Word you can use Copy/Paste (see oleCopy function).

Regards, Mathias


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

hmm... i guess it's my mistake that i couldn't exactly put into words... :-)

here is my requirement:
For the current object in DOORS Module(with OLE Object), collect the history across all the baselines. For a non-OLE Object, we can easily perform this by printing the object text in the DXL Output window, by opening all the previous baselines and copying the stuff into a word document.

I'm stuff with handling the Word document. I'm not quite clear and comfortable with handling the word for exporting the stuffs.

Is there any means by which the OLE of the object can be printed to word document.

Guess I am making my requirement clear for understanding.. :-)

Thanks
Matt

Re: OLE Extract
Mathias Mamsch - Tue May 24 07:57:25 EDT 2011

Lion29 - Mon May 16 16:22:59 EDT 2011
hmm... i guess it's my mistake that i couldn't exactly put into words... :-)

here is my requirement:
For the current object in DOORS Module(with OLE Object), collect the history across all the baselines. For a non-OLE Object, we can easily perform this by printing the object text in the DXL Output window, by opening all the previous baselines and copying the stuff into a word document.

I'm stuff with handling the Word document. I'm not quite clear and comfortable with handling the word for exporting the stuffs.

Is there any means by which the OLE of the object can be printed to word document.

Guess I am making my requirement clear for understanding.. :-)

Thanks
Matt

Normally export software will use oleCopy() from DXL and Paste in Word to transfer the ole object into the word document. You can take a look at the standard word export of DOORS (ships in lib/dxl/standard/export/office/word.dxl), to see how it is done. Regards, Mathias
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS